home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / SkoEd / C_Macros / skoed.macro < prev   
Encoding:
Text File  |  1996-09-27  |  117 b   |  15 lines

  1. PROC If;
  2.   "if () {";
  3.   Return;
  4.   "else {";
  5.   Return;
  6.   "}";
  7.   Up;
  8.   Up;
  9.   Right;
  10.   Right;
  11.   Right;
  12. CORP;
  13. !LI = If;
  14.  
  15.